Skip to content

Conversation

Mysterious-Dev
Copy link
Contributor

This PR add Forge Enchantment class template.


public class ${NAME} extends Enchantment {
public ${NAME}(Rarity rarityIn, EnchantmentType typeIn, EquipmentSlotType[] slots) {
super(rarityIn, typeIn, slots);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you remove the extraneous level of indentation here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's done

@Mysterious-Dev Mysterious-Dev requested a review from RedNesto May 13, 2021 09:55
@RedNesto RedNesto merged commit 3f08909 into minecraft-dev:dev May 13, 2021
@Mysterious-Dev Mysterious-Dev deleted the more-class-template branch May 14, 2021 19:29
@Mysterious-Dev Mysterious-Dev restored the more-class-template branch May 14, 2021 19:29
@Mysterious-Dev Mysterious-Dev deleted the more-class-template branch May 14, 2021 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants